home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / t3_1 / xlib.lha / xlib / test.cdecl < prev    next >
Text File  |  1990-05-31  |  224b  |  12 lines

  1. (extern Status "XGetStandardColormap"
  2.     (DisplayP dpy)
  3.     (Window w)
  4.     (out XStandardColormap cmap)
  5.     (Atom property))
  6.  
  7. (extern void "XSetStandardColormap"
  8.     (DisplayP dpy)
  9.     (Window w)
  10.     (XStandardColormapP cmap)
  11.     (Atom property))
  12.